home *** CD-ROM | disk | FTP | other *** search
/ The Web Masters 11 / WEB_11.iso / 100domes / Antechinus JavaScript Editor 2.0 / Setup.exe / Setups / JSEd / Installed / Autocomplete / VBArray.ini < prev    next >
INI File  |  2002-04-12  |  277b  |  9 lines

  1. [VBArray]
  2. 0=3,dimensions,number VBarray.dimensions();  
  3. 1=3,getItem,Object VBarray.getItem(dimension1[, dimension2, ...], dimensionn);
  4. 2=3,lbound,indexnum VBarray.lbound(dimension); 
  5. 3=3,toArray,Array VBarray.toArray();
  6. 4=3,ubound,indexnum VBarray.ubound(dimension);
  7.  
  8.  
  9.